Release 10.1A: OpenEdge Data Management:
Database Administration


PROUTIL LOAD qualifier

Performs a binary load of database contents.

Syntax

proutil db-name -C load { filename | -dumplist dumpfile }
       build indexes [-TB blocksize] [-TM n]
       [[-T dir-name] | [-SS sort-file-directory-specification]]

Parameters

db-name

Specifies the database where you want to load the data. You must completely define the path.

filename

Specifies a single binary dump file that you want to load. You must completely define the path.

-dumplist dumpfile

Specifies a file containing a list of fully qualified binary dump files to load. Use the file created by PROUTIL DUMP, or create one. For more information on dump files, see the "Loading table contents in binary format with PROUTIL" section.

build indexes

Indicates that PROUITL LOAD will simultaneously build the indexes and perform the load.

-TB blocksize

Specifies that the index rebuild will be performed using Speed Sort. blocksize indicates the allocated block size, in kilobytes.

-TM n

Specifies the merge number. n indicates the number of blocks or streams to be merged during the sort process.

-T dir-name

Specifies the name of the directory in which the temporary files are stored. If you do not use this parameter, PROUTIL places temporary files in the current working directory.

-SS sort-file-directory-specification

Identifies the location of a multi-volume sort file specification. If you use the Sort Directory Specification (-SS) parameter, PROUTIL does not use the Temporary Directory (-T) parameter.

Notes


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095